set scroll of card field "Instructions" of card "First" to 0
Set cursor to busy
Set userLevel to 5
Set the visible of card field "mask return" of card "first" to true
-- NECESSARY TO COMPENSATE FOR CHANGES IN FIELDS
-- IN CARD "PLANETS" WHEN STACK IS CONVERTED TO HYPERCARD 2.0
-- WITHOUT THIS EXTRA STEP, ONE LINE OF DATA WOULD WRAP INTO 2 LINES
If (first char of the version) is 2
then
if dontWrap of cd field 1 of card "planets" is false
then
repeat with f = 1 to 17
set cursor to busy
set dontWrap of cd field f of card "planets" to true
end repeat
end if
end if
-- "It's only a paper moon"
If (highLight of card button "Turn off sound" of card "First") is false then Play harpsichord tempo 200 "0e d4q de d5e dq de cq b4e ah 0e 0e d4q de c5 cq ce b4q ae gh" && "0q d4q de d5e dq d#e eq ce a4q ge f#q e5e dq f#4e gh"
Set cursor to busy
--
If HighLight of card button "Start with birth data entry" of card "First" then
go to card "Data Entry"
Set the visible of card field "mask return" of card "first" to false
Set the visible of card field "mask birth data entry" of card "first" to false